repo.or.cz
/
EroBeats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rm update
[EroBeats.git]
/
Djinn and Tonic - Erobeats
/
Level2.h
blob
984ee61e59ebc3f561279ebc8f250a783fa09898
1
#pragma once
2
#include
"LevelTemplate.h"
3
class
Level2
:
public
LevelTemplate
4
{
5
public
:
6
Level2
();
7
~
Level2
();
8
9
void
update
();
10
void
play
();
11
void
render
();
12
};